From 32e0b5915081aaad3788c778790e9dd7eb4f53f9 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 14 Apr 2011 21:21:28 +0000 Subject: [PATCH] Followup r85944, move UtfNormalDefins stuff out of extensions profiling area --- includes/Setup.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/Setup.php b/includes/Setup.php index a7bf62991e..a264cb996d 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -461,8 +461,6 @@ foreach ( $wgExtensionFunctions as $func ) { wfProfileOut( $profName ); } -require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) ); - // For compatibility wfRunHooks( 'LogPageValidTypes', array( &$wgLogTypes ) ); wfRunHooks( 'LogPageLogName', array( &$wgLogNames ) ); @@ -472,4 +470,7 @@ wfRunHooks( 'LogPageActionText', array( &$wgLogActions ) ); wfDebug( "Fully initialised\n" ); $wgFullyInitialised = true; wfProfileOut( $fname . '-extensions' ); + +require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) ); + wfProfileOut( $fname ); -- 2.20.1